PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeSetClipEvenOddOperator Method
The path clipped by this operator.
In This Topic
    analyzeSetClipEvenOddOperator Method
    In This Topic
    Called when W* operator is found.
    The pathVisualObject parameter is set only when the property is set to true on the analyzer that processes this operator.
    Syntax
    public void analyzeSetClipEvenOddOperator( 
       PDFPathVisualObject pathVisualObject
    )

    Parameters

    pathVisualObject
    The path clipped by this operator.
    See Also